ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Core.Rdl.Seralization.Common Namespace / Coders Class / Enum Method / Enum<T>() Method
The enumeration type.

In This Topic
    Enum<T>() Method
    In This Topic
    Creates a coder for enumeration values.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Enum(Of T As Enum)() As Coders.Coder(Of T)
    public static Coders.Coder<T> Enum<T>()
    where T: Enum

    Type Parameters

    T
    The enumeration type.

    Return Value

    A Coders.Coder<T> object for the specified enumeration type.
    See Also